.cardCarousel {
  max-width: 1550px;
}
.cardCarousel .textBanner .title {
  font-weight: 550;
  word-wrap: break-word;
  font-family: Galaxie-Polaris, sans-serif !important;
}
.cardCarousel .textBanner .headLine {
  font-weight: 550;
  word-wrap: break-word;
  font-family: Galaxie-Polaris, sans-serif !important;
}
.cardCarousel .ExploreButton {
  margin-top: 48px;
  justify-content: center;
}
.cardCarousel .ExploreButton button {
  align-items: center;
}
.cardCarousel .ExploreButton button a {
  text-decoration: none;
  gap: 4px;
}
.cardCarousel .ExploreButton button a span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
}
.cardCarousel .ExploreButton button .icon svg {
  height: 32px;
  width: 32px;
}
.cardCarousel .ExploreButton button .icon svg path {
  fill: currentColor;
}
.cardCarousel .slick-dots {
  margin: -32px;
}
.cardCarousel .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  gap: 12px;
  font-family: Galaxie-Polaris-Medium, sans-serif;
}
.cardCarousel .card .card-img-top {
  width: 100%;
}
.cardCarousel .card .card-body {
  padding: 0px;
  gap: 8px;
}
.cardCarousel .card .card-body .skuno span {
  border: 1px solid #575A5D;
  padding: 3px 8.4px 3px 9px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 450;
  line-height: 16px;
  letter-spacing: 0.24px;
  font-family: Galaxie-Polaris-Medium, sans-serif;
}
.cardCarousel .card .card-body .headline {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  font-family: Galaxie-Polaris-Medium, sans-serif;
}
.cardCarousel .card .card-body .date {
  font-family: Galaxie-Polaris-Medium, sans-serif;
}
.cardCarousel button.slick-arrow.slick-prev {
  height: 48px;
  width: 48px;
  border-radius: 8px !important;
  left: -50px !important;
  top: 44%;
  box-shadow: none;
  transform: rotate(180deg);
  background: #00AEEF url("/-/media/Feature/Animal Management Business/Animal Management Public Site/Custom Component/Custom Carousel/Images/arrow_right_alt.png") no-repeat 8px 8px !important;
}
.cardCarousel button.slick-arrow.slick-prev:hover {
  background: #00AEEF url("/-/media/Feature/Animal Management Business/Animal Management Public Site/Custom Component/Custom Carousel/Images/arrow_right_alt.png") no-repeat 8px 8px !important;
}
.cardCarousel button.slick-arrow.slick-prev.slick-disabled {
  background: lightskyblue url("/-/media/Feature/Animal Management Business/Animal Management Public Site/Custom Component/Custom Carousel/Images/arrow_right_alt.png") no-repeat 8px 8px !important;
}
.cardCarousel button.slick-arrow.slick-next {
  height: 48px;
  width: 48px;
  border-radius: 8px !important;
  right: -50px !important;
  top: 50%;
  box-shadow: none;
  background: #00AEEF url("/-/media/Feature/Animal Management Business/Animal Management Public Site/Custom Component/Custom Carousel/Images/arrow_right_alt.png") no-repeat 8px 8px !important;
}
.cardCarousel button.slick-arrow.slick-next:hover {
  background: #00AEEF url("/-/media/Feature/Animal Management Business/Animal Management Public Site/Custom Component/Custom Carousel/Images/arrow_right_alt.png") no-repeat 8px 8px !important;
}
.cardCarousel button.slick-arrow.slick-next.slick-disabled {
  background: lightskyblue url("/-/media/Feature/Animal Management Business/Animal Management Public Site/Custom Component/Custom Carousel/Images/arrow_right_alt.png") no-repeat 8px 8px !important;
}

@media screen and (min-width: 431px) {
  .cardCarousel {
    padding-left: 86px;
    padding-right: 86px;
  }
  .cardCarousel .textBanner {
    gap: 8px;
  }
  .cardCarousel .textBanner .title {
    font-size: 20px;
    color: #FF8400;
    line-height: 28px;
    letter-spacing: 0.4px;
  }
  .cardCarousel .textBanner .headLine {
    font-size: 32px;
    color: #575A5D;
    line-height: 40px;
    letter-spacing: 0.96px;
  }
  .cardCarousel .row {
    margin-top: 48px;
  }
  .cardCarousel .row .col-lg-3 {
    padding-left: 11.5px;
    padding-right: 11.5px;
    max-width: 100% !important;
  }
  .cardCarousel .row .col-lg-3 .card {
    background: #FFF;
    border: none;
  }
  .cardCarousel .row .col-lg-3 .card .card-img-top {
    height: 305px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 12px;
  }
  .cardCarousel .row .col-lg-3 .card .card-body .skuno span {
    color: #000;
  }
  .cardCarousel .row .col-lg-3 .card .card-body .headline {
    color: #575A5D;
    line-height: 24px;
  }
  .cardCarousel .row .col-lg-3 .card .card-body .date {
    color: #000;
    font-size: 12px;
    font-weight: 450;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
  .cardCarousel .ExploreButton button {
    margin-bottom: 150px;
    padding: 12px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 8px;
  }
  .cardCarousel .ExploreButton button a {
    color: #000 !important;
  }
}
@media screen and (max-width: 431px) {
  .cardCarousel {
    background-color: #fff;
  }
  .cardCarousel .ExploreButton button {
    margin-bottom: 64px;
    padding: 12px 8px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
  }
  .cardCarousel .ExploreButton button a {
    color: #000 !important;
  }
  .cardCarousel .ExploreButton button a .icon svg path {
    fill: #000 !important;
  }
  .cardCarousel .textBanner {
    background: #fff;
    gap: 12px;
  }
  .cardCarousel .textBanner .title {
    color: #FF8400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
  .cardCarousel .textBanner .headLine {
    color: #575A5D !important;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.48px;
  }
  .cardCarousel .row {
    margin-top: 24px;
    gap: 24px;
  }
  .cardCarousel .row .slick-arrow {
    display: none;
  }
  .cardCarousel .row .card {
    padding: 12px;
    background: #fff;
    border-radius: 8px;
  }
  .cardCarousel .row .card .card-img-top {
    height: 305px;
    border-radius: 6px;
  }
  .cardCarousel .row .card .card-body .skuno span {
    background-color: #E6E7E8;
    color: #000;
    border: none !important;
  }
  .cardCarousel .row .card .card-body .headline {
    color: #575A5D;
    line-height: 20px;
  }
  .cardCarousel .row .card .card-body .date {
    color: #000;
    font-size: 10px;
    font-weight: 450;
    line-height: 14px;
    letter-spacing: 0.1px;
  }
  .cardCarousel .slider-scrollbar {
    display: none;
  }
  .cardCarousel .loadButton {
    justify-content: flex-end;
    margin-top: 24px;
  }
  .cardCarousel .loadButton h6 {
    border-bottom: 0.5px solid #00AEEF;
    padding-bottom: 4px;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.28px;
    color: #00AEEF;
    cursor: pointer;
  }
}
@media screen and (min-width: 431px) and (max-width: 540px) {
  .cardCarousel {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cardCarousel .textBanner {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 50px;
  }
  .cardCarousel .carousel {
    padding-left: 86px;
    padding-right: 86px;
  }
  .cardCarousel button.slick-arrow.slick-next {
    right: 35px !important;
  }
  .cardCarousel button.slick-arrow.slick-prev {
    left: 35px !important;
  }
}
@media screen and (max-width: 431px) {
  .themingDark.cardCarousel {
    background-color: #000;
  }
  .themingDark.cardCarousel .ExploreButton button {
    margin-bottom: 64px;
    padding: 12px 8px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 8px;
  }
  .themingDark.cardCarousel .ExploreButton button a {
    color: #FFF !important;
  }
  .themingDark.cardCarousel .ExploreButton button a .icon svg path {
    fill: #FFF !important;
  }
  .themingDark.cardCarousel .textBanner {
    gap: 12px;
    background-color: #000;
  }
  .themingDark.cardCarousel .textBanner .title {
    color: #FF8400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
  .themingDark.cardCarousel .textBanner .headLine {
    color: #fff !important;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.48px;
  }
  .themingDark.cardCarousel .row {
    margin-top: 24px;
    gap: 24px;
  }
  .themingDark.cardCarousel .row .slick-arrow {
    display: none;
  }
  .themingDark.cardCarousel .row .card {
    padding: 12px;
    background: #2C2C2E;
    border-radius: 8px;
  }
  .themingDark.cardCarousel .row .card .card-img-top {
    height: 305px;
    border-radius: 6px;
  }
  .themingDark.cardCarousel .row .card .card-body .skuno span {
    background-color: #575A5D;
    color: #FFF;
  }
  .themingDark.cardCarousel .row .card .card-body .headline {
    color: #fff;
    line-height: 20px;
  }
  .themingDark.cardCarousel .row .card .card-body .date {
    color: #FFF;
    font-size: 10px;
    font-weight: 450;
    line-height: 14px;
    letter-spacing: 0.1px;
  }
  .themingDark.cardCarousel .slider-scrollbar {
    display: none;
  }
  .themingDark.cardCarousel .loadButton {
    justify-content: flex-end;
    margin-top: 24px;
  }
  .themingDark.cardCarousel .loadButton h6 {
    border-bottom: 0.5px solid #00AEEF;
    padding-bottom: 4px;
    line-height: 18px;
    letter-spacing: 0.28px;
    color: #00AEEF;
    cursor: pointer;
  }
}